From: Juanma Barranquero Date: Mon, 15 Oct 2007 14:21:23 +0000 (+0000) Subject: Revert previous change; it creates a dependency X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~26449 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0c2ab389647cb634f96ec28a7f3104b4ca8334d7;p=emacs.git Revert previous change; it creates a dependency loop between advice.el and help-fns.el. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 84c908e20a2..9a495218555 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-10-15 Juanma Barranquero + + * help-fns.el: Revert previous change; it creates a + dependency loop between advice.el and help-fns.el. + 2007-10-15 Juanma Barranquero * help-fns.el: Require advice when compiling. diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 8a3a3903b3a..befd83c76ef 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -34,7 +34,6 @@ ;;; Code: (require 'help-mode) -(eval-when-compile (require 'advice)) ;; Functions